home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / crom100.zip / CROMTAG.DOC < prev    next >
Text File  |  1996-05-25  |  7KB  |  192 lines

  1. CROMTAG version 1.00
  2.  
  3. ****IMPORTANT****
  4.  
  5.      If you're upgrading from a version prior to 1.00, re-run the
  6.      CROMCFG.EXE utility.
  7.  
  8.  
  9. CROMTAG  -  A tagline util for timEd (v1.10 and above) by Dana Booth at
  10.             1:138/179 or crom@eskimo.com
  11.  
  12.  
  13. -----------------------------
  14.  
  15. FILELIST:
  16.  
  17.      cromcfg.exe  -  The setup util
  18.      cromtag.exe  -  The tagline insertion program
  19.      cromline.exe -  The custom origin line utility
  20.      cromline.add -  Sample address file for cromline.exe
  21.      cromline.lin -  Sample origin line file for cromline.exe
  22.      csteal.com   -  The tagline 'stealing' utility
  23.      mood.com     -  Mood kludge utility (see seperate docs)
  24.      tag.bat      -  Batch file to get you started (explained below)
  25.      tag.lin      -  Ascii text file of taglines (of course you can edit
  26.                      this, I just borrowed some from some other guy's
  27.                      tagline util *G*)
  28.      timkeys.sam  -  Sample TIMKEYS.CFG file for using csteal.exe
  29.  
  30.  
  31. -----------------------------
  32.  
  33. OVERVIEW:
  34.  
  35.      This is a simple little tagline insertion utility that'll work just
  36.      fine with timEd's internal editor, and will also work just as well
  37.      using an external editor.
  38.  
  39.  
  40. -----------------------------
  41.  
  42. HISTORY:
  43.  
  44.      One day, in the ARTWARE echo, a fellow asked about using taglines with
  45.      the internal editor. Several folks answered back, in the days that
  46.      followed, and told him that it couldn't be done. I thought, hey,
  47.      timEd writes a file to disk whenever it does its PGP and Spellchecker
  48.      routines, so why couldn't you insert a tagline instead? So I made a
  49.      small qbasic routine, and a few people started using it. (a very few
  50.      *G*) One fellow said that he used my little qbasic utility, and asked
  51.      that if I ever re-write it, could I make it do random taglines? Thus
  52.      was born the version that you have now... I sat down, and actually
  53.      re-wrote it in earnest, made it faster, compiled it, etc., etc.
  54.      Anyway, now you know. *G*
  55.  
  56.      Keep in mind that I'm by no means any sort of programmer. This is a
  57.      very simple routine that anyone could have made. :)
  58.  
  59.  
  60. -----------------------------
  61.  
  62. INSTALLATION:
  63.  
  64.      In timEd, version 1.10 and above, you have the opportunity to choose
  65.      to do a spellcheck, a PGP message encryption, or a PGP message
  66.      signing. In order to accomplish this, you have to define, in
  67.      timed.cfg, the action to execute when you choose either of these
  68.      options. The defining keywords are EXESPELL, EXECRYPT, and EXESIGN. If
  69.      you don't use one of those keywords in timed.cfg, then you can define
  70.      it to run the tagline utility, here's how: (using the EXECRYPT keyword
  71.      for the purpose of this example)
  72.  
  73.      1 - Copy all the files in this archive to your timEd directory.
  74.  
  75.      2 - Using any text editor, open timed.cfg
  76.  
  77.      3 - insert the EXECRYPT keyword, followed by 'tag.bat', i.e.:
  78.  
  79.          EXECRYPT tag.bat
  80.  
  81.      4 - If you use an external editor, and call it from a batch file, be
  82.          sure to have the batch file change back to the timEd directory
  83.          before returning control back to timEd.
  84.  
  85.      5 - Run the setup utility, 'cromcfg.exe'. You can run this at any
  86.          time, so don't worry that your answers are written in stone. *G*
  87.  
  88.      6 - If you plan to use the tagline stealing utility, 'csteal.exe',
  89.          then modify your 'timkeys.cfg' file, inserting the line in the
  90.          sample file, 'timkeys.sam', in this archive.
  91.  
  92.      You're ready to go!
  93.  
  94.      If you have the PGP and Spellcheck options already in use, then modify
  95.      the 'tag.bat' file, inserting the dos 'choice' command, so you can use
  96.      either the tagline utility or the PGP/Spellchecker option. Example:
  97.  
  98.      @echo off
  99.       cls
  100.       choice /c12 (1)for taglines (2)for encryption
  101.       if errorlevel 2 goto encrypt
  102.       if errorlevel 1 goto taglines
  103.      :taglines
  104.       cromtag
  105.       goto end
  106.      :encrypt
  107.       cd\pgp
  108.       pgp -sea c:\timed\timed.msg -o c:\timed\timed.asc
  109.       cd\timed
  110.       rem>timed.msg
  111.       del timed.msg
  112.       copy timed.asc timed.msg
  113.       del timed.asc
  114.      :end
  115.  
  116.  
  117. -----------------------------
  118.  
  119. OPERATION:
  120.  
  121.      If you use the external editor, then you must choose the PGP or
  122.      Spellchecker option that you installed it under when you edit the
  123.      header of your message, by hitting [alt]+s. If you're using the
  124.      internal editor, you can do the same, and you also have the
  125.      opportunity to bring up the 'save message' menu, which contains the
  126.      PGP/Spellcheck options, by hitting 'F10' before saving your post.
  127.  
  128.      *note* you may also define another keyword in timed.cfg to tell timEd
  129.      to always use the spellcheck option. 'spellcheck_default yes' The PGP
  130.      options do not have a similar keyword.
  131.  
  132.      When you save your post, the taglines will appear (if you did not
  133.      choose to have CromTag insert random taglines), and the chosen tagline
  134.      will be inserted, it's pretty easy.
  135.  
  136.  
  137.      Cromtag will default to using TAG.LIN as it's tagline file, but you
  138.      can also specify and alternate file on the command line. To use the
  139.      file 'tagline.txt' as an alternate file:
  140.  
  141.      cromtag tagline.txt
  142.  
  143.  
  144.  
  145. -----------------------------
  146.  
  147. TAGLINE STEALING:
  148.  
  149.      If you use the sample, 'timkeys.sam', and insert that into your
  150.      timkeys.cfg file, you can steal taglines by hitting the 'F4' key while
  151.      in the reader. The stolen taglines are written to CromTag's tagline
  152.      text file, 'tag.lin'. However, csteal.exe will accept a
  153.      [[drive:\]path]filename as a command line parameter, if you choose to
  154.      write the taglines to a different file. It will steal tags from
  155.      'normal' tagline generators (...), Terminate (.!.), all versions of
  156.      OLX, the Wildcat! editor (WCE), the MR/2 offline reader, QMPro, RM
  157.      (whatever that one is *G*), OFFLINE (above version 1.52), KWQ, and
  158.      KWQ/2.
  159.  
  160.      I add more as I see them in the echos. *G*
  161.  
  162.  
  163. -----------------------------
  164.  
  165. CUSTOM ORIGIN LINES:
  166.  
  167.      Included in this archive is the custom origin line utility. It was
  168.      made as an afterthought actually, using basically the same program as
  169.      cromtag.exe, and changing a few lines. To run 'cromline.exe', you set
  170.      it up basically the same way you would set up cromtag, but, you can
  171.      only use this utility from the 'spellcheck' option. The 'cromline.add'
  172.      file is the file that cromline.exe reads to get the address from you
  173.      that it'll need to put on the origin line, and the 'cromline.lin' file
  174.      is the file that cromline.exe reads to get the custom origin line from
  175.      you. You have to modify these files to suit you.
  176.  
  177.      As of version 0.45, you may now specify an alternate origin line file
  178.      on the command line. Refer to operation of Cromtag for the syntax,
  179.      it's the same thing.
  180.  
  181.  
  182. -----------------------------
  183.  
  184. OTHER STUFF:
  185.  
  186.      I hope you enjoy these little programs. If you do, would you write me a
  187.      letter at 1:138/179 or crom@eskimo.com?
  188.  
  189.      Thanks - Dana Booth (the guy who made the stuff)
  190.  
  191.  
  192.